FindIndex<TTarget>() Method
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire
List.
'Declaration
Public Overloads Function FindIndex(Of As )() As Integer
'Usage
Dim instance As CollectionBase(Of T)
Dim value As Integer
value = instance.FindIndex(Of TTarget)()
public int FindIndex<>()
where TTarget:
Type Parameters
- TTarget
Return Value
The zero-based index of the first occurrence of an element that matches the conditions defined by match, if found; otherwise, false.